table {
    background-color: #E6E6E6;
    border-collapse: collapse;
    border: none;
    color: black;
}
thead {
    background-color: #A4A4A4;
}
tfoot {
    background-color: #F7F1D4;
    font-size: 80%;
    border-top: 1px solid #999;
}
td, th {
    text-align: left;
    padding: 0.5em 1em;
}